curl --request POST \
--url https://api-lr.agent.ai/v1/action/youtube_idea_research_generate_youtube_ideas_action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"output_variable_name": "youtube_ideas",
"content_style": "educational",
"content_goal": "lead_generation"
}
'{
"status": 123,
"response": {}
}Generates 5-7 YouTube video idea cards with trending context for a given topic.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/youtube_idea_research_generate_youtube_ideas_action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"topic": "<string>",
"output_variable_name": "youtube_ideas",
"content_style": "educational",
"content_goal": "lead_generation"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)
Variable name for the result. Access as {{youtube_ideas.ideas}}, etc.
^[a-zA-Z][a-zA-Z0-9_]*$educational, case_study, interview, opinion, product_demo, listicle lead_generation, brand_awareness, thought_leadership, product_education, community_building